TOMLDocument

Main table of a TOML document. It works as a TOMLValue with the TOML_TYPE.TABLE type.

struct TOMLDocument {
TOMLValue[string] table;
}

Alias This

table

Meta